home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / _styles.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1997-11-14  |  135 b   |  12 lines

  1. on mouseDown
  2.   NewPallette_Search()
  3. end
  4.  
  5. on mouseEnter
  6.   cursor([member "hand", member "handmask"])
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(0)
  11. end
  12.